home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoft Interactive CD Sampler
/
Microsoft Interactive CD Sampler.iso
/
DEMOS
/
C_Automp
/
AUTOTP
/
IMD.CST
/
00004.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-07-16
|
225 b
|
8 lines
on locList theSprite
-- this returns the locH and locV of sprite "theSprite"
-- as a list
set tempList = []
add tempList,the locH of sprite theSprite
add tempList,the locV of sprite theSprite
return tempList
end